Skip to content

Commit

Permalink
Update slack-dark-mode.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
caiceA authored Dec 13, 2019
1 parent 059c674 commit c09f3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slack-dark-mode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ case "${OSTYPE}" in
*) echo "Unsupported OS: ${OSTYPE}"; exit 1 ;;
esac

SLACK_FILE_PATH="${SLACK_RESOURCES_DIR}/app.asar.unpacked/dist/ssb-interop.bundle.js"
SLACK_FILE_PATH="${SLACK_RESOURCES_DIR}/app.asar.unpacked/dist/main-preload-entry-point.bundle.js"

echo "Adding Dark Theme Code to Slack... "
echo "This script requires sudo privileges." && echo "You'll need to provide your password."
Expand Down

0 comments on commit c09f3e0

Please sign in to comment.